3.12.82 \(\int \cos ^{\frac {3}{2}}(c+d x) (A+B \sec (c+d x)+C \sec ^2(c+d x)) \, dx\) [1182]

3.12.82.1 Optimal result
3.12.82.2 Mathematica [C] (warning: unable to verify)
3.12.82.3 Rubi [A] (verified)
3.12.82.4 Maple [B] (verified)
3.12.82.5 Fricas [C] (verification not implemented)
3.12.82.6 Sympy [F(-1)]
3.12.82.7 Maxima [F]
3.12.82.8 Giac [F]
3.12.82.9 Mupad [B] (verification not implemented)

3.12.82.1 Optimal result

Integrand size = 31, antiderivative size = 65 \[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {2 B E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 (A+3 C) \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{3 d}+\frac {2 A \sqrt {\cos (c+d x)} \sin (c+d x)}{3 d} \]

output
2*B*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticE(sin(1/2*d*x+ 
1/2*c),2^(1/2))/d+2/3*(A+3*C)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2 
*c)*EllipticF(sin(1/2*d*x+1/2*c),2^(1/2))/d+2/3*A*sin(d*x+c)*cos(d*x+c)^(1 
/2)/d
 
3.12.82.2 Mathematica [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 6.83 (sec) , antiderivative size = 682, normalized size of antiderivative = 10.49 \[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {\cos ^{\frac {5}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \left (-\frac {4 B \cot (c)}{d}+\frac {4 A \cos (d x) \sin (c)}{3 d}+\frac {4 A \cos (c) \sin (d x)}{3 d}\right )}{A+2 C+2 B \cos (c+d x)+A \cos (2 c+2 d x)}-\frac {4 A \cos ^2(c+d x) \csc (c) \, _2F_1\left (\frac {1}{4},\frac {1}{2};\frac {5}{4};\sin ^2(d x-\arctan (\cot (c)))\right ) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \sec (d x-\arctan (\cot (c))) \sqrt {1-\sin (d x-\arctan (\cot (c)))} \sqrt {-\sqrt {1+\cot ^2(c)} \sin (c) \sin (d x-\arctan (\cot (c)))} \sqrt {1+\sin (d x-\arctan (\cot (c)))}}{3 d (A+2 C+2 B \cos (c+d x)+A \cos (2 c+2 d x)) \sqrt {1+\cot ^2(c)}}-\frac {4 C \cos ^2(c+d x) \csc (c) \, _2F_1\left (\frac {1}{4},\frac {1}{2};\frac {5}{4};\sin ^2(d x-\arctan (\cot (c)))\right ) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \sec (d x-\arctan (\cot (c))) \sqrt {1-\sin (d x-\arctan (\cot (c)))} \sqrt {-\sqrt {1+\cot ^2(c)} \sin (c) \sin (d x-\arctan (\cot (c)))} \sqrt {1+\sin (d x-\arctan (\cot (c)))}}{d (A+2 C+2 B \cos (c+d x)+A \cos (2 c+2 d x)) \sqrt {1+\cot ^2(c)}}-\frac {2 B \cos ^2(c+d x) \csc (c) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \left (\frac {\, _2F_1\left (-\frac {1}{2},-\frac {1}{4};\frac {3}{4};\cos ^2(d x+\arctan (\tan (c)))\right ) \sin (d x+\arctan (\tan (c))) \tan (c)}{\sqrt {1-\cos (d x+\arctan (\tan (c)))} \sqrt {1+\cos (d x+\arctan (\tan (c)))} \sqrt {\cos (c) \cos (d x+\arctan (\tan (c))) \sqrt {1+\tan ^2(c)}} \sqrt {1+\tan ^2(c)}}-\frac {\frac {\sin (d x+\arctan (\tan (c))) \tan (c)}{\sqrt {1+\tan ^2(c)}}+\frac {2 \cos ^2(c) \cos (d x+\arctan (\tan (c))) \sqrt {1+\tan ^2(c)}}{\cos ^2(c)+\sin ^2(c)}}{\sqrt {\cos (c) \cos (d x+\arctan (\tan (c))) \sqrt {1+\tan ^2(c)}}}\right )}{d (A+2 C+2 B \cos (c+d x)+A \cos (2 c+2 d x))} \]

input
Integrate[Cos[c + d*x]^(3/2)*(A + B*Sec[c + d*x] + C*Sec[c + d*x]^2),x]
 
output
(Cos[c + d*x]^(5/2)*(A + B*Sec[c + d*x] + C*Sec[c + d*x]^2)*((-4*B*Cot[c]) 
/d + (4*A*Cos[d*x]*Sin[c])/(3*d) + (4*A*Cos[c]*Sin[d*x])/(3*d)))/(A + 2*C 
+ 2*B*Cos[c + d*x] + A*Cos[2*c + 2*d*x]) - (4*A*Cos[c + d*x]^2*Csc[c]*Hype 
rgeometricPFQ[{1/4, 1/2}, {5/4}, Sin[d*x - ArcTan[Cot[c]]]^2]*(A + B*Sec[c 
 + d*x] + C*Sec[c + d*x]^2)*Sec[d*x - ArcTan[Cot[c]]]*Sqrt[1 - Sin[d*x - A 
rcTan[Cot[c]]]]*Sqrt[-(Sqrt[1 + Cot[c]^2]*Sin[c]*Sin[d*x - ArcTan[Cot[c]]] 
)]*Sqrt[1 + Sin[d*x - ArcTan[Cot[c]]]])/(3*d*(A + 2*C + 2*B*Cos[c + d*x] + 
 A*Cos[2*c + 2*d*x])*Sqrt[1 + Cot[c]^2]) - (4*C*Cos[c + d*x]^2*Csc[c]*Hype 
rgeometricPFQ[{1/4, 1/2}, {5/4}, Sin[d*x - ArcTan[Cot[c]]]^2]*(A + B*Sec[c 
 + d*x] + C*Sec[c + d*x]^2)*Sec[d*x - ArcTan[Cot[c]]]*Sqrt[1 - Sin[d*x - A 
rcTan[Cot[c]]]]*Sqrt[-(Sqrt[1 + Cot[c]^2]*Sin[c]*Sin[d*x - ArcTan[Cot[c]]] 
)]*Sqrt[1 + Sin[d*x - ArcTan[Cot[c]]]])/(d*(A + 2*C + 2*B*Cos[c + d*x] + A 
*Cos[2*c + 2*d*x])*Sqrt[1 + Cot[c]^2]) - (2*B*Cos[c + d*x]^2*Csc[c]*(A + B 
*Sec[c + d*x] + C*Sec[c + d*x]^2)*((HypergeometricPFQ[{-1/2, -1/4}, {3/4}, 
 Cos[d*x + ArcTan[Tan[c]]]^2]*Sin[d*x + ArcTan[Tan[c]]]*Tan[c])/(Sqrt[1 - 
Cos[d*x + ArcTan[Tan[c]]]]*Sqrt[1 + Cos[d*x + ArcTan[Tan[c]]]]*Sqrt[Cos[c] 
*Cos[d*x + ArcTan[Tan[c]]]*Sqrt[1 + Tan[c]^2]]*Sqrt[1 + Tan[c]^2]) - ((Sin 
[d*x + ArcTan[Tan[c]]]*Tan[c])/Sqrt[1 + Tan[c]^2] + (2*Cos[c]^2*Cos[d*x + 
ArcTan[Tan[c]]]*Sqrt[1 + Tan[c]^2])/(Cos[c]^2 + Sin[c]^2))/Sqrt[Cos[c]*Cos 
[d*x + ArcTan[Tan[c]]]*Sqrt[1 + Tan[c]^2]]))/(d*(A + 2*C + 2*B*Cos[c + ...
 
3.12.82.3 Rubi [A] (verified)

Time = 0.45 (sec) , antiderivative size = 68, normalized size of antiderivative = 1.05, number of steps used = 10, number of rules used = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.323, Rules used = {3042, 4552, 3042, 3502, 27, 3042, 3227, 3042, 3119, 3120}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \cos (c+d x)^{3/2} \left (A+B \sec (c+d x)+C \sec (c+d x)^2\right )dx\)

\(\Big \downarrow \) 4552

\(\displaystyle \int \frac {A \cos ^2(c+d x)+B \cos (c+d x)+C}{\sqrt {\cos (c+d x)}}dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {A \sin \left (c+d x+\frac {\pi }{2}\right )^2+B \sin \left (c+d x+\frac {\pi }{2}\right )+C}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx\)

\(\Big \downarrow \) 3502

\(\displaystyle \frac {2}{3} \int \frac {A+3 C+3 B \cos (c+d x)}{2 \sqrt {\cos (c+d x)}}dx+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 27

\(\displaystyle \frac {1}{3} \int \frac {A+3 C+3 B \cos (c+d x)}{\sqrt {\cos (c+d x)}}dx+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {1}{3} \int \frac {A+3 C+3 B \sin \left (c+d x+\frac {\pi }{2}\right )}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 3227

\(\displaystyle \frac {1}{3} \left ((A+3 C) \int \frac {1}{\sqrt {\cos (c+d x)}}dx+3 B \int \sqrt {\cos (c+d x)}dx\right )+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {1}{3} \left ((A+3 C) \int \frac {1}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx+3 B \int \sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}dx\right )+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 3119

\(\displaystyle \frac {1}{3} \left ((A+3 C) \int \frac {1}{\sqrt {\sin \left (c+d x+\frac {\pi }{2}\right )}}dx+\frac {6 B E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}\right )+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

\(\Big \downarrow \) 3120

\(\displaystyle \frac {1}{3} \left (\frac {2 (A+3 C) \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{d}+\frac {6 B E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}\right )+\frac {2 A \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d}\)

input
Int[Cos[c + d*x]^(3/2)*(A + B*Sec[c + d*x] + C*Sec[c + d*x]^2),x]
 
output
((6*B*EllipticE[(c + d*x)/2, 2])/d + (2*(A + 3*C)*EllipticF[(c + d*x)/2, 2 
])/d)/3 + (2*A*Sqrt[Cos[c + d*x]]*Sin[c + d*x])/(3*d)
 

3.12.82.3.1 Defintions of rubi rules used

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3119
Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)* 
(c - Pi/2 + d*x), 2], x] /; FreeQ[{c, d}, x]
 

rule 3120
Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2 
)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{c, d}, x]
 

rule 3227
Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x 
_)]), x_Symbol] :> Simp[c   Int[(b*Sin[e + f*x])^m, x], x] + Simp[d/b   Int 
[(b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{b, c, d, e, f, m}, x]
 

rule 3502
Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((A_.) + (B_.)*sin[(e_.) 
+ (f_.)*(x_)] + (C_.)*sin[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[(-C)*Co 
s[e + f*x]*((a + b*Sin[e + f*x])^(m + 1)/(b*f*(m + 2))), x] + Simp[1/(b*(m 
+ 2))   Int[(a + b*Sin[e + f*x])^m*Simp[A*b*(m + 2) + b*C*(m + 1) + (b*B*(m 
 + 2) - a*C)*Sin[e + f*x], x], x], x] /; FreeQ[{a, b, e, f, A, B, C, m}, x] 
 &&  !LtQ[m, -1]
 

rule 4552
Int[(cos[(e_.) + (f_.)*(x_)]*(b_.))^(m_)*((A_.) + (B_.)*sec[(e_.) + (f_.)*( 
x_)] + (C_.)*sec[(e_.) + (f_.)*(x_)]^2), x_Symbol] :> Simp[b^2   Int[(b*Cos 
[e + f*x])^(m - 2)*(C + B*Cos[e + f*x] + A*Cos[e + f*x]^2), x], x] /; FreeQ 
[{b, e, f, A, B, C, m}, x] &&  !IntegerQ[m]
 
3.12.82.4 Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(273\) vs. \(2(111)=222\).

Time = 2.12 (sec) , antiderivative size = 274, normalized size of antiderivative = 4.22

method result size
default \(-\frac {2 \sqrt {\left (2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}-1\right ) \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \left (4 A \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{4} \cos \left (\frac {d x}{2}+\frac {c}{2}\right )-2 A \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2} \cos \left (\frac {d x}{2}+\frac {c}{2}\right )+A \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}-1}\, \operatorname {EllipticF}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-3 B \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}-1}\, \operatorname {EllipticE}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )+3 C \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}-1}\, \operatorname {EllipticF}\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{3 \sqrt {-2 \sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{4}+\sin \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {2 \cos \left (\frac {d x}{2}+\frac {c}{2}\right )^{2}-1}\, d}\) \(274\)

input
int(cos(d*x+c)^(3/2)*(A+B*sec(d*x+c)+C*sec(d*x+c)^2),x,method=_RETURNVERBO 
SE)
 
output
-2/3*((2*cos(1/2*d*x+1/2*c)^2-1)*sin(1/2*d*x+1/2*c)^2)^(1/2)*(4*A*sin(1/2* 
d*x+1/2*c)^4*cos(1/2*d*x+1/2*c)-2*A*sin(1/2*d*x+1/2*c)^2*cos(1/2*d*x+1/2*c 
)+A*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*Elliptic 
F(cos(1/2*d*x+1/2*c),2^(1/2))-3*B*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2* 
d*x+1/2*c)^2-1)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))+3*C*(sin(1/2*d 
*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticF(cos(1/2*d*x+ 
1/2*c),2^(1/2)))/(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)/sin( 
1/2*d*x+1/2*c)/(2*cos(1/2*d*x+1/2*c)^2-1)^(1/2)/d
 
3.12.82.5 Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.10 (sec) , antiderivative size = 135, normalized size of antiderivative = 2.08 \[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {2 \, A \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) + \sqrt {2} {\left (-i \, A - 3 i \, C\right )} {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + \sqrt {2} {\left (i \, A + 3 i \, C\right )} {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right ) + 3 i \, \sqrt {2} B {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right )\right ) - 3 i \, \sqrt {2} B {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right )\right )}{3 \, d} \]

input
integrate(cos(d*x+c)^(3/2)*(A+B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorithm="f 
ricas")
 
output
1/3*(2*A*sqrt(cos(d*x + c))*sin(d*x + c) + sqrt(2)*(-I*A - 3*I*C)*weierstr 
assPInverse(-4, 0, cos(d*x + c) + I*sin(d*x + c)) + sqrt(2)*(I*A + 3*I*C)* 
weierstrassPInverse(-4, 0, cos(d*x + c) - I*sin(d*x + c)) + 3*I*sqrt(2)*B* 
weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(d*x + c) + I*sin(d*x 
 + c))) - 3*I*sqrt(2)*B*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, 
cos(d*x + c) - I*sin(d*x + c))))/d
 
3.12.82.6 Sympy [F(-1)]

Timed out. \[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\text {Timed out} \]

input
integrate(cos(d*x+c)**(3/2)*(A+B*sec(d*x+c)+C*sec(d*x+c)**2),x)
 
output
Timed out
 
3.12.82.7 Maxima [F]

\[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\int { {\left (C \sec \left (d x + c\right )^{2} + B \sec \left (d x + c\right ) + A\right )} \cos \left (d x + c\right )^{\frac {3}{2}} \,d x } \]

input
integrate(cos(d*x+c)^(3/2)*(A+B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorithm="m 
axima")
 
output
integrate((C*sec(d*x + c)^2 + B*sec(d*x + c) + A)*cos(d*x + c)^(3/2), x)
 
3.12.82.8 Giac [F]

\[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\int { {\left (C \sec \left (d x + c\right )^{2} + B \sec \left (d x + c\right ) + A\right )} \cos \left (d x + c\right )^{\frac {3}{2}} \,d x } \]

input
integrate(cos(d*x+c)^(3/2)*(A+B*sec(d*x+c)+C*sec(d*x+c)^2),x, algorithm="g 
iac")
 
output
integrate((C*sec(d*x + c)^2 + B*sec(d*x + c) + A)*cos(d*x + c)^(3/2), x)
 
3.12.82.9 Mupad [B] (verification not implemented)

Time = 17.83 (sec) , antiderivative size = 69, normalized size of antiderivative = 1.06 \[ \int \cos ^{\frac {3}{2}}(c+d x) \left (A+B \sec (c+d x)+C \sec ^2(c+d x)\right ) \, dx=\frac {2\,A\,\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{3\,d}+\frac {2\,B\,\mathrm {E}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d}+\frac {2\,C\,\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d}+\frac {2\,A\,\sqrt {\cos \left (c+d\,x\right )}\,\sin \left (c+d\,x\right )}{3\,d} \]

input
int(cos(c + d*x)^(3/2)*(A + B/cos(c + d*x) + C/cos(c + d*x)^2),x)
 
output
(2*A*ellipticF(c/2 + (d*x)/2, 2))/(3*d) + (2*B*ellipticE(c/2 + (d*x)/2, 2) 
)/d + (2*C*ellipticF(c/2 + (d*x)/2, 2))/d + (2*A*cos(c + d*x)^(1/2)*sin(c 
+ d*x))/(3*d)